SftTree/NET 2.0

SelectedItem Property, SftTree Class

Softel vdm, Inc.

Returns the currently selected item.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property SelectedItem As ItemClass

C#   

public ItemClass SelectedItem { get; }

C++   

public: property ItemClass^ SelectedItem {
        ItemClass^ get();
}

Property Value

The selected item.

Comments

The SelectedItem property returns the currently selected item.

This property is only available if single item selection is active (SelectionStyle == SelectionStyleEnum.SingleItem).


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com